home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume91 / utilitys / ed3_1_1 / part01 / sysnogr.h < prev    next >
C/C++ Source or Header  |  1991-11-07  |  369b  |  19 lines

  1. /* includes for an ed3 module that don't use the graphics library */
  2.  
  3. #include <exec/types.h>
  4. #include <exec/memory.h>
  5. #include <stdio.h>
  6.  
  7. #ifdef LATTICE
  8. #include <math.h>
  9. #else
  10. #include <math.h>
  11. #define PI   3.14159265358979323846
  12. #define PID2 1.57079632679489661923    /* PI/2 */
  13. #define PID4 0.78539816339744830962    /* PI/4 */
  14. #endif
  15.  
  16. #define HELPKEY    
  17.  
  18. #include "ed3.h"
  19.